add

@JvmName(name = "addInclude")
fun DslList<String, NanoPBOptionsKt.Dsl.IncludeProxy>.add(value: String)
Extra files to include in generated `.pb.h`

repeated string include = 24;

Parameters

value

The include to add.


@JvmName(name = "addExclude")
fun DslList<String, NanoPBOptionsKt.Dsl.ExcludeProxy>.add(value: String)
Automatic includes to exclude from generated `.pb.h`
Same as nanopb_generator.py command line flag -x.

repeated string exclude = 26;

Parameters

value

The exclude to add.